﻿/* pesquisa.css */
#search input {
    border-bottom: 1px solid #00bf44;
    background-color: transparent;
    width: 50%;
    font-family: inherit;
    color: #767b91;
    outline: none;
    font-weight: inherit;
    height: 2rem;
    border-top: none;
    border-left: none;
    border-right: none;
}

#search input:hover {
    border-color: #00bf44;
}

#search input:focus {
    border-color: #00bf44;
}

section#search {
    margin-top: 103px;
    min-height: 600px;
}

button#buscabtn {
    min-width: 0px;
}

button#buscabtn:active {
    background-color: transparent;
    border-color: transparent;
}

.btn:hover {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}

.btn:focus {
    box-shadow: none;
}

#goBack {
    color: #00bf44;
    font-size: 21px;
    font-family: 'Mohr-Medium';
    line-height: 62px;
    cursor: pointer;
}

#contadorBusca {
    font-family: "Mohr-Medium";
    font-size: 20px;
    line-height: 64px;
    color: #a0a0a0;
    margin: 2rem 2rem 2rem 0;
}

.results {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 1.2rem;
    border-radius: 6px;
    margin: 2rem 0;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.result-title {
    padding: 1rem 1rem 1rem 0;
    font-size: 22px;
    font-family: 'Mohr-Medium';
    color: #00bf44;
    border-bottom: 1px solid;
    width: 100%;
    line-height: 1;
    cursor: pointer;
}

.result-desc {
    padding: 1rem 1rem 1rem 0;
    font-family: 'Mohr-Regular';
    font-size: 14px;
}

.breadcrumb {
    background-color: transparent;
    padding: 1rem 1rem 1rem 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Mohr-RegularIt';
    color: #021f59;
}

.result-found {
    margin: 2rem 0rem;
}

.animate__animated {
    transition-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}

.breadcrumb,
.result-title {
    text-transform: capitalize;
}
